Subsystem Class
Represents the KINGSTAR Subsystem.
Inheritance Hierarchy
System.Object
IntervalZero.KINGSTAR.OpcUa.Class.Subsystem
Namespace: IntervalZero.KINGSTAR.OpcUa.Class
Assembly: IntervalZero.KINGSTAR.OpcUa.Class (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0
Syntax
public class Subsystem : BaseSubsystem
Public Class Subsystem Implements BaseSubsystem
The Subsystem class exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Subsystem | A creator for the Subsystem class. This class contains the necessary information about controlling the KINGSTAR library. |
![]() |
Subsystem | A creator for the Subsystem class. This class contains the necessary information about controlling the KINGSTAR library. |
Methods
Name | Description | |
---|---|---|
![]() |
Connects to a runtime computer. First API to call. |
|
![]() |
Disconnects from the runtime computer. |
|
![]() |
Records the specified data in the logging shared memory. |
Properties
Name | Description | |
---|---|---|
![]() |
Connected |
Indicates if the class is currently connected to the OPC UA server or not. |
|
OperationTimeout |
The Timeout for the OPC UA requests. |
See also